Carbon


CTabChanged

Header: QDOffscreen.h Carbon status: Supported

Signals QuickDraw that the content of a ColorTable structure has been modified.

void CTabChanged (
    CTabHandle ctab
);
ctab

A handle to the ColorTable structure changed by your application.

DISCUSSION

The CTabChanged function calls the function GetCTSeed and gets a new, unique identifier in the ctSeed field of the ColorTable structure, and notifies QuickDraw of the change.

Your application should never need to directly modify a ColorTable structure and use the CTabChanged function; instead, your application should use the QuickDraw functions provided for manipulating the values in a ColorTable structure.

SPECIAL CONSIDERATIONS

The CTabChanged function may move or purge memory in the application heap; do not call the CTabChanged function at interrupt time.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)